home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / bootup / boot_a2m / auto_set / auto_set.doc next >
Text File  |  1995-05-02  |  4KB  |  68 lines

  1.                           Auto Set V1.0
  2.  
  3.   FILES --+--> AUTO_SET.DOC -> This Text File
  4.           +--> AUTO_SET.PRG -> The Software 
  5.           |                    (place in AUTO folder)
  6.           +--> LOW     .INF -> Low-Res Desktop Info File 
  7.           |                    (Place in Root Directory, Drive A)
  8.           +--> MED     .INF -> Medium-Res Desktop Info File
  9.           |                    (Place in Root Directory, Drive A)
  10.           +--> LOW     .DEF -> Low-Res is default
  11.           |        or          (Found in Root Directory, Drive A)
  12.           |    MED     .DEF -> Medium Res is Default
  13.           |                    (Found in Root Directory, Drive A) 
  14.           +--> AUTO_SET.LST -> The GFA Basic Source Code
  15.  
  16.  
  17. PURPOSE --+--> To enable the setting of the screen resolution upon
  18.           |    start-up/reset.
  19.           +--> To set the time and date upon start-up/reset.
  20.  
  21.  SET UP --+--> Place AUTO_SET.PRG into the A:\AUTO directory.
  22.           +--> Rename your low-res DESKTOP.INF file as LOW.INF and
  23.           |    place the file in the Root Directory of your boot disk.
  24.           +--> Rename your medium-res DESKTOP.INF file as MED.INF and
  25.                place the file in the Root Directory of your boot disk.
  26.            
  27.   USAGE --+--> After having completed the set up described above,
  28.           |    reboot, and AUTO_SET will run.
  29.           +--> Enter the date in the form of MM/DD/YYYY and press RETURN
  30.           |    (If the date is entered incorrectly, or no date is entered,
  31.           |    the existing date will be used.)
  32.           +--> Enter the time in the form HH:MM:SS and press RETURN.
  33.           |    (If the time is entered incorrectly, or no time is entered,
  34.           |    the existing time will be used.)
  35.           +--> If both LOW.INF and MED.INF are found in the root directory,
  36.                the user is prompted to select the desired screen resolution.
  37.                Use the up and down arrow keys to select, and then press
  38.                RETURN.   The desktop will then appear in the selected 
  39.                resolution.   The selected resolution will also be saved as
  40.                the default.
  41.                (NOTE: The may be a short pause after having completed this 
  42.                step.   The ST is NOT locked, this is merely the result of 
  43.                the selected .INF file being copied as DESKTOP.INF)
  44.  
  45. METHOD ------> AUTO_SET works by copying the selected info file (LOW.INF
  46.                or MED.INF to the file DESKTOP.INF   The default setting is
  47.                recorded with the file LOW.DEF (for low res) or MED.DEF (for
  48.                med res).   For more details see the sourcecode included
  49.                in the archive.
  50.  
  51. COPYRIGHT ---> Auto Set Copyright 1994 Alexander Hajnal
  52.                Written and Compiled using GFA Basic V3.5E
  53.                This software is Freeware.   Feel free to copy these files
  54.                and give them to friends, BBS's ,etc.   If you like this 
  55.                program, or have any comments, complaints, suggestions, etc.
  56.                leave a message for me at A.HAJNAL on GEnie.   The source code
  57.                included may be freely modified by the user, however, I request
  58.                that you not remove the copyright message.   If you use this 
  59.                as a part of your own original software, at least give me credit
  60.                for my (small) part. ;)
  61.  
  62. DISCLAIMER --> This software has been tested thoroughly, and if used as instructed
  63.                above, should cause no problems what so ever.   I take no
  64.                reponsibility for any damages or losses of data, time, or 
  65.                otherwise that can be attributed either directly or indirectly 
  66.                to the use or misuse of this software.
  67.  
  68.